翻訳と辞書
Words near each other
・ Database publishing
・ Database refactoring
・ Database schema
・ Database search engine
・ Database security
・ Database seeding
・ Database server
・ Database state
・ Database storage structures
・ Database System Concepts
・ Database testing
・ Database theory
・ Database transaction
・ Database trigger
・ Database tuning
Database virtualization
・ Database Workbench
・ Database-as-IPC
・ Database-centric architecture
・ DatabaseObjects
・ DatabaseSpy
・ Databending
・ DataBlade
・ Datablender
・ Datablitz
・ Databricks
・ Databus
・ DataCAD
・ Datacap
・ Datacard


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Database virtualization : ウィキペディア英語版
Database virtualization

Database virtualization is the decoupling of the database layer, which lies between the storage and application layers within the application stack. Virtualization of the database layer enables a shift away from the physical, toward the logical or virtual. Virtualization enables compute and storage resources to be pooled and allocated on demand. This enables both the sharing of single server resources for multi-tenancy, as well as the pooling of server resources into a single logical database or cluster. In both cases, database virtualization provides increased flexibility, more granular and efficient allocation of pooled resources, and more scalable computing.
== Virtual Data Partitioning ==
The act of partitioning data stores as a database grows has been in use for several decades. There are two primary ways that data has been partitioned inside legacy data management solutions:
I. Shared-Data Databases–an architecture that assumes all database cluster nodes share a single partition. Inter-node communications is used to synchronize update activities performed by different nodes on the cluster. Shared-data data management systems are limited to single-digit node clusters.
II. Shared-Nothing Databases–an architecture in which all data is segregated to internally managed partitions with clear, well-defined data location boundaries. Shared-nothing databases require manual partition management.
In virtual partitioning, logical data is abstracted from physical data by autonomously creating and managing large number of data partitions (100s to 1000s). Because they are autonomously maintained, resources required to manage the partitions are minimal. This kind of massive partitioning results in:
* partitions that are small, efficiently managed and load balanced; and
* systems that do not required re-partitioning events to define additional partitions, even when hardware is changed
“Shared-data” and “shared-nothing” architectures allow scalability through multiple data partitions and cross-partition querying and transaction processing without full partition scanning.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Database virtualization」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.